home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / bbs / laword11.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-07-15  |  278b  |  12 lines

  1. rem Batch install file to create directories for LaWord32
  2. rem by Larry Anderson
  3.  
  4. md "Scores"
  5. md "Chall"
  6. md "Words"
  7. md "Players"
  8. move *.lst Words
  9. move word.txt Words
  10. move Phrase.txt Words
  11. echo Directories are now made. Copy the Word.lst file over to the WORDS folder.
  12.